home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Sample Controls
/
BDiamond
/
BDVerify.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-12-20
|
316 b
|
16 lines
|
[
TEXT/CWIE
]
#ifndef __BDVerify_h__
#define __BDVerify_h__
#include <QuickDraw.h>
Boolean IsAddrInPixMap(const unsigned char* theAddr, const PixMapHandle aPixMap, const short size = 1);
Boolean ValidRect(const Rect aRect); // checks to make sure that rt >= lt & bot >= top
// end-of-file
#endif // __CGradientControl_h__